#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}























/* ~~~~~~~~~~~~~~ 导航 */
/* ~~~~~~~~~~~~~~ 导航 */
/* ~~~~~~~~~~~~~~ 导航 */
.pc_head_center {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_center_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_center_w .logo_box {
    width: 220px;
}

.pc_head_center_w .logo_box a {
    display: block;
}

.pc_head_center_w .logo_box a img {
    width: 100%;
}

.pc_head_center_w .logo_box a .img_02 {
    display: none;
}

.pc_head_center_01 {
    width: 940px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box {
    width: 610px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 96px;
}

.pc_head_list_box .item>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 24px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 0px;
    opacity: 0;
    background: #f44000;
    border-radius: 2px 2px 0 0;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pc_head_list_box .item.hover>a::after {
    height: 4px;
    opacity: 1;
}

/* 下拉菜单 */
.pc_head_list_box .item.pro_lanmu {
    position: static;
}

.pro_det_menu {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.pro_det_menu_w {
    padding: 25px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_det_menu_item {
    width: calc(100% / 4);
    padding: 0 10px;
}

.pro_det_menu_item .img_box {
    height: 180px;
}

.pro_det_menu_item .img_box a {
    display: block;
    height: 100%;
    text-align: center;
}

.pro_det_menu_item .img_box a img {
    max-width: 100%;
    max-height: 100%;
}

.pro_menu_title {
    padding: 20px 0 0 50px;
}

.pro_menu_title .item_tt {
    display: inline-block;
}

.pro_menu_title .item_tt a {
    display: block;
    font-size: 18px;
    color: #050505;
}

.pro_menu_title .item_tt a .line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #f05923;
    margin-top: 6px;
}

.pro_menu_title .item_tt a .line::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 38px;
    height: 3px;
    background: #f05923;
}

.pro_menu_list {
    padding: 10px 0 0 50px;
}

.pro_menu_list .item_text {
    padding-bottom: 6px;
}

.pro_menu_list .item_text a {
    display: block;
    font-size: 14px;
    color: #050505;
}

.pro_menu_list .item_text a:hover {
    color: #f44000;
}

/* 下拉菜单~~~~~~~~~~~~~~~end */

/* 二级导航,css */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 180px;
    background: #ffffff;
    border-bottom: 3px solid #f44000;
}

.publicTwo_stage_nav .every_one a {
    display: block;
    font-size: 14px;
    color: #666666;
    padding: 18px 8px 14px 15px;
    border-bottom: 1px dashed #d2d2d2;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .every_one a:hover {
    color: #f44000;
}

.publicTwo_stage_nav>.every_one:last-child a {
    border-bottom: none;
}

/* 二级导航,css~~~~~~~~~~end */

.pc_head_search_media {
    width: 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_form_box {
    position: relative;
    width: 170px;
    height: 26px;
}

.pc_head_form_box input {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(240,89,35,0.8);
    background: none;
    padding: 0 30px 0 10px;
    border-radius: 4px;
}

.pc_head_form_box input:focus {
    border: 1px solid rgba(240,89,35,1);
}

.pc_head_form_box button {
    position: absolute;
    top: 52%;
    right: 6px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    color: #f44000;
    background: none;
    border: none;
    cursor: pointer;
}

.pc_head_search_media .media_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_search_media .media_icon a {
    display: block;
    font-size: 26px;
    color: #f44000;
    margin-left: 12px;
}

.pc_head_search_media .media_icon a:hover {
    opacity: 0.8;
}

.pc_head_search_media .media_icon>a:first-child {
    margin-left: 0;
}


/* 首页导航 滚动后 */
.index_head.head_act .pc_head_center {
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.index_head.head_act .pc_head_center .logo_box .img_01 {
    display: none;
}

.index_head.head_act .pc_head_center .logo_box .img_02 {
    display: block;
}

.index_head.head_act .pc_head_center_w .pc_head_list_box .item>a {
    color: #333333;
}

.index_head.head_act .pc_head_center_w .pc_head_search_media .pc_head_form_box input {
    border: 1px solid rgba(51,51,51,0.8);
    color: #333333;
}

.index_head.head_act .pc_head_center_w .pc_head_search_media .pc_head_form_box input:focus {
    border: 1px solid rgba(51,51,51,1);
}

.index_head.head_act .pc_head_center_w .pc_head_search_media .pc_head_form_box button {
    color: #333333;
}

.index_head.head_act .pc_head_center_w .pc_head_search_media .media_icon a {
    color: #cccccc;
}

.index_head.head_act .pc_head_center_w .pc_head_search_media .media_icon a:hover {
    color: #e24f26;
}


/* 子页导航 滚动后 */
.pc_public_head_box.subPage_head {
    height: 96px;
}

.pc_public_head_box.subPage_head .pc_head_center {
    background: #ffffff;
    box-shadow: 0 1px 1px #f0f0f0;
}

.pc_public_head_box.subPage_head .pc_head_center .logo_box .img_01 {
    display: none;
}

.pc_public_head_box.subPage_head .pc_head_center .logo_box .img_02 {
    display: block;
}

.pc_public_head_box.subPage_head .pc_head_center_w .pc_head_list_box .item>a {
    color: #333333;
}

.pc_public_head_box.subPage_head .pc_head_center_w .pc_head_search_media .pc_head_form_box input {
    border: 1px solid #cccccc;
    color: #333333;
}

.pc_public_head_box.subPage_head .pc_head_center_w .pc_head_search_media .pc_head_form_box input:focus {
    border: 1px solid #666666;
}

.pc_public_head_box.subPage_head .pc_head_center_w .pc_head_search_media .pc_head_form_box button {
    color: #333333;
}

.pc_public_head_box.subPage_head .pc_head_center_w .pc_head_search_media .media_icon a {
    color: #cccccc;
}

.pc_public_head_box.subPage_head .pc_head_center_w .pc_head_search_media .media_icon a:hover {
    color: #f44000;
}

/* ~~~~~~~~~~~~~~ 导航~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~ 导航~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~ 导航~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
.ind_banner {
    position: relative;
}

.ind_banner:hover .prev_btn,
.ind_banner:hover .next_btn {
    opacity: 1;
}

.ind_banner_lunbo .item a {
    -ms-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.ind_banner_lunbo .item a img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}

.ind_banner_lunbo .owl-controls .owl-dots .owl-dot span {
    width: 36px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_banner_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #f44000;
}

.ind_banner_lunbo .owl-controls {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ind_banner .prev_btn,
.ind_banner .next_btn {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 24px;
    color: #bdbdbd;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #2b2b2b;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_banner .prev_btn:hover,
.ind_banner .next_btn:hover {
    color: #ffffff;
    background: #f44000;
}

.ind_banner .prev_btn {
    left: 13%;
}

.ind_banner .next_btn {
    right: 13%;
}

.indBoxOne {
    position: relative;
    z-index: 2;
    margin-top: -70px;
}

.indBoxOne_w {
    height: 137px;
    background: url(../images/ind_01.png) no-repeat center center / cover;
}

.indBoxOne1 {
    font-size: 16px;
    color: #ffffff;
    padding: 16px 0 0 24px;
}

.indBoxOne2 {
    padding: 12px 80px 0 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxOne2_L {
    width: 250px;
}

.indBoxOne2_L .item a {
    font-size: 28px;
    color: #ffffff;
}

.indBoxOne2_R {
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_R .item {
    margin-left: 50px;
    height: 100%;
}

.indBoxOne2_R>.item:first-child {
    margin-left: 0;
}

.indBoxOne2_R .item>a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_R .item>a:hover .icon1 {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indBoxOne2_R .item>a:hover .text_box {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indBoxOne2_R .item>a .icon1 {
    font-size: 50px;
    color: #ffffff;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxOne2_R .item>a .text_box {
    width: 60px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-left: 10px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxOne2_R .item>a .icon2 {
    font-size: 26px;
    color: #ffffff;
}

.Related_websites {
    position: relative;
}

.Related_websites:hover .Related_websites_show {
    display: block;
}

.Related_websites_show {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 120px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0 8px;
}

.Related_websites_show a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 6px 5px 6px 10px;
}

.Related_websites_show a:hover {
    color: #f44000;
    background: #f0f0f0;
}

.Related_websites_show::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
}

.item.Related_websites>a .text_box {
    width: 55px;
}

.indBoxTwo_w {
    padding: 60px 0 30px;
}

.index_module_title {
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.index_module_title .tt_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.index_module_title .tt_box a .tt_01 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.index_module_title .tt_box a .tt_02 {
    font-size: 14px;
    color: #9a9a9a;
    text-transform: uppercase;
    padding-left: 10px;
}

.index_module_title .right_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ind_pro_tt_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 10px;
}

.ind_pro_tt_list .item {
    margin-right: 15px;
}

.ind_pro_tt_list .item:hover a {
    background: #f44000;
    color: #ffffff;
}

.ind_pro_tt_list .item a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 15px;
}

.ind_pro_tt_list .item.hover a {
    background: #f44000;
    color: #ffffff;
}

.index_module_title .right_box .More_btn_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.index_module_title .right_box .More_btn_box a:hover span,
.index_module_title .right_box .More_btn_box a:hover .iconfont {
    color: #f44000;
}

.index_module_title .right_box .More_btn_box a span {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_module_title .right_box .More_btn_box a .iconfont {
    font-size: 16px;
    color: #999999;
    padding: 3px 0 0 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo1_dl .item {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_dl>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxTwo1_dl .item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.indBoxTwo1_dl .item:hover .bottom_box .hover_show_box {
    top: -60px;
}

.indBoxTwo1_dl .item:hover .bottom_box .hover_show_box .tt_box .tt_01 {
    color: #f44000;
}

.indBoxTwo1_dl .item:hover .hover_show_box .btn_box {
    opacity: 1;
}

.indBoxTwo1_dl .item .img_box a {
    display: block;
}

.indBoxTwo1_dl .item .img_box a img {
    width: 100%;
}

.indBoxTwo1_dl .item .bottom_box {
    position: relative;
    height: 106px;
}

.indBoxTwo1_dl .item .bottom_box .hover_show_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 166px;
    background: #eeeeee;
    padding: 20px 10px 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_dl .item .bottom_box .hover_show_box .tt_box {
    display: block;
}

.indBoxTwo1_dl .item .bottom_box .hover_show_box .tt_box .tt_01 {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_dl .item .bottom_box .hover_show_box .tt_box .tt_02 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box {
    opacity: 0;
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box a {
    width: 100px;
    height: 30px;
    border: 1px solid #f44000;
    margin: 0 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box a:hover {
    opacity: 0.8;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box a .iconfont {
    font-size: 16px;
    padding: 4px 4px 0 0;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box a span {
    font-size: 14px;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box>a:nth-child(1) {
    background: #ffffff;
    color: #f44000;
}

.indBoxTwo1_dl .item .hover_show_box .btn_box>a:nth-child(2) {
    color: #ffffff;
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#ff4f29), to(#ff6e3b));
    background: -moz-linear-gradient(to right, #ff4f29, #ff6e3b);
    background: -ms-linear-gradient(to right, #ff4f29, #ff6e3b);
    background: -o-linear-gradient(to right, #ff4f29, #ff6e3b);
    background: linear-gradient(to right, #ff4f29, #ff6e3b);
}

.indBoxThree {
    background: url(../images/ind_10.jpg) no-repeat center center / cover;
}

.indBoxThree_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree1 {
    width: 495px;
    height: 920px;
}

.indBoxThree1_01 {
    padding: 60px 30px 125px 0;
}

.indBoxThree1_01 .index_module_title .tt_box .tt_01 {
    color: #ffffff;
}

.indBoxThree1_01 .index_module_title .tt_box .tt_02 {
    color: #a4a4a4;
}

.indBoxThree1_01 .text_box {
    font-size: 18px;
    color: #e1e1e1;
    line-height: 30px;
}

.indBoxThree1_02 .item a {
    position: relative;
    padding: 20px 10px 20px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxThree1_02 .item a:hover::after {
    width: 100%;
    opacity: 1;
}

.indBoxThree1_02 .item a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background: #f05923;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_02 .item a::before {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 12px;
}

.indBoxThree1_02 .item a span {
    position: relative;
    z-index: 2;
    width: calc(100% - 10px);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 10px;
}

.indBoxThree1_02 .item.hover a::after {
    width: 100%;
    opacity: 1;
}

.indBoxThree2 {
    width: calc(100% - 529px);
}

.indBoxThree2_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree2_dl .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 25px;
}

.indBoxThree2_dl>.item:nth-child(n + 3) {
    margin-bottom: 0;
}

.indBoxThree2_dl .item a {
    display: block;
}

.indBoxThree2_dl .item a:hover .bottom_box .tt {
    color: #f44000;
}

.indBoxThree2_dl .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree2_dl .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree2_dl .item a .img_box img {
    width: 100%;
}

.indBoxThree2_dl .item a .bottom_box {
    background: #ffffff;
    padding: 20px 10px 20px;
}

.indBoxThree2_dl .item a .bottom_box .tt {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2_dl .item a .bottom_box .text {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxFour_w {
    padding: 60px 0 70px;
}

.indBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
}

.indBoxFour1_L {
    width: 800px;
    height: 400px;
    background: #ff552c;
    padding: 40px 20px 0 60px;
}

.indBoxFour1_L .tt_box {
    padding-bottom: 30px;
}

.indBoxFour1_L .tt_box .tt_01 {
    font-size: 30px;
    color: #ffffff;
}

.indBoxFour1_L .tt_box .tt_02 {
    font-size: 17px;
    color: #ffffff;
    padding-top: 8px;
}

.indBoxFour1_L_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour1_L_01 .item {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 35px;
}

.indBoxFour1_L_01 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxFour1_L_01 .item a .icon1 {
    width: 65px;
    font-size: 40px;
    color: #ffffff;
}

.indBoxFour1_L_01 .item a .text {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 6px;
    border-bottom: 1px solid #ffffff;
}

.indBoxFour1_R {
    width: 400px;
}

.indBoxFour1_R_01 a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour1_R_01 a img {
    width: 100%;
}

.indBoxFour1_R_01 a img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFour2 .item {
    width: 50%;
    height: 284px;
    border: 1px solid #ff552c;
    padding: 30px 40px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item:hover {
    background: #ff552c;
}

.indBoxFour2 .item:hover .right_box .btn_box > .public_allPage_btn:nth-child(2) {
    border: 1px solid #ffffff;
    background: none;
}

.indBoxFour2 .item:hover .left_icon {
    color: #ffffff;
}

.indBoxFour2 .item:hover .right_box .tt,
.indBoxFour2 .item:hover .right_box .little_tt,
.indBoxFour2 .item:hover .right_box .text {
    color: #ffffff;
}

.indBoxFour2 .item .left_icon {
    width: 120px;
    font-size: 60px;
    color: #f05923;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item .right_box {
    width: calc(100% - 120px);
}

.indBoxFour2 .item .right_box .tt {
    font-size: 30px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item .right_box .little_tt {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    padding-top: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item .right_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-top: 16px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item .right_box .btn_box {
    padding-top: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_allPage_btn {
    width: 100px;
    height: 30px;
    border: 1px solid #f05923;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_allPage_btn .iconfont {
    font-size: 16px;
    color: #f05923;
    padding: 4px 4px 0 0;
}

.public_allPage_btn span {
    font-size: 14px;
    color: #f05923;
}

.indBoxFour2 .item .right_box .btn_box>.public_allPage_btn:nth-child(2) {
    margin-left: 35px;
}

.indBoxFour2>.item .right_box .btn_box>a:nth-child(2) {
    background: #f05923;
}

.indBoxFour2>.item .right_box .btn_box>a:nth-child(2) .iconfont,
.indBoxFour2>.item .right_box .btn_box>a:nth-child(2) span {
    color: #ffffff;
}

.indBoxFour2>.item:nth-child(2) {
    border-left: none;
}

.indBoxFive {
    background: url(../images/ind_15.jpg) no-repeat center center / cover;
}

.indBoxFive_w {
    position: relative;
    height: 560px;
}

.indBoxFive1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1352px;
    height: 582px;
    background: url(../images/ind_16.png) no-repeat center center / cover;
    padding: 80px 0 0 152px;
}

.indBoxFive1_01 .tt {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.indBoxFive1_01 .tt img {
    margin-bottom: 2px;
}

.indBoxFive1_01 .text {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
}

.indBoxFive1_02 {
    font-size: 14px;
    color: #ffffff;
    padding: 80px 40px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indBoxFive1_02 img {
    margin-bottom: 2px;
    margin-left: 10px;
}

.indBoxFive1_02 span {
    font-size: 32px;
    color: #fefefe;
    padding: 0 0 6px 10px;
}

.indBoxFive1_03 {
    padding: 110px 0 0 260px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFive1_03 .item {
    width: 50%;
    padding-right: 40px;
}

.indBoxFive1_03 .item .text {
    font-size: 30px;
    color: #f05923;
    padding-bottom: 5px;
}

.indBoxFive1_03 .item .text span {
    font-family: Arial;
    font-size: 60px;
    color: #f05923;
}

.indBoxFive1_03 .item a {
    font-size: 14px;
    color: #f05923;
    padding-left: 20px;
}

.indBoxFive1_03 .item a:hover {
    text-decoration: underline;
}

.indBoxSix_w {
    padding: 60px 0 60px;
}

.indBoxSix_w > .index_module_title {
    padding-bottom: 0;
}

.indBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxSix1_L {
    width: 730px;
    padding-top: 30px;
}

.indBoxSix1_L .text {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.indBoxSix1_L .btn_box {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxSix1_L .btn_box .public_allPage_btn {
    width: 130px;
    height: 42px;
}

.indBoxSix1_L .btn_box>.public_allPage_btn:nth-child(1) {
    background: #f05923;
    margin-right: 25px;
}

.indBoxSix1_L .btn_box>.public_allPage_btn:nth-child(1) .iconfont,
.indBoxSix1_L .btn_box>.public_allPage_btn:nth-child(1) span {
    color: #ffffff;
}

.indBoxSix1_R {
    position: relative;
    width: 420px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.indBoxSix1_R:hover .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxSix1_R .img_01 {
    width: 100%;
}

.all_video_play_btn {
    width: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
    border: 1px solid #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

.indBoxSix2 {
    padding: 30px 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxSix2 .item {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix2>.item:nth-child(5n) {
    margin-right: 0;
}

.indBoxSix2 .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.indBoxSix2 .item a {
    display: block;
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.indBoxSix2 .item a img {
    width: 100%;
}

.indBoxSix3 {
    height: 110px;
    background: url(../images/ind_25.jpg) no-repeat center center / cover;
    padding: 20px 40px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxSix3_L .text_01 {
    font-weight: 700;
    font-size: 30px;
    color: #020202;
}

.indBoxSix3_L .text_01 span {
    color: #f05923;
}

.indBoxSix3_L .text_02 {
    font-size: 16px;
    color: #444444;
    padding-top: 4px;
}

.indBoxSix3_R {
    width: 225px;
    padding-top: 5px;
}

.indBoxSix3_R a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#ff3e12), to(#ff8109));
    background: -moz-linear-gradient(to right, #ff3e12, #ff8109);
    background: -ms-linear-gradient(to right, #ff3e12, #ff8109);
    background: -o-linear-gradient(to right, #ff3e12, #ff8109);
    background: linear-gradient(to right, #ff3e12, #ff8109);
}

.indBoxSix3_R a:hover {
    opacity: 0.8;
}

.indBoxSeven {
    background: url(../images/ind_26.jpg) no-repeat center center / cover;
}

.indBoxSeven_w {
    padding: 50px 60px 80px;
}

.subPage_public_tt {
    padding-bottom: 30px;
}

.subPage_public_tt .tt_box {
    display: block;
}

.subPage_public_tt .tt_01 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.subPage_public_tt .tt_02 {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.subPage_public_tt .tt_03 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 15px;
}

.indBoxSeven_w .subPage_public_tt .tt_01,
.indBoxSeven_w .subPage_public_tt .tt_03 {
    color: #ffffff;
}

.indBoxSeven1 {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxSeven1 .item {
    width: calc((100% - 270px) / 4);
    margin-right: 90px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 10px 25px 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSeven1>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxSeven1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background: #ffffff;
}

.indBoxSeven1 .item .iconfont {
    font-size: 50px;
    color: #f44000;
    text-align: center;
}

.indBoxSeven1 .item .tt {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 12px;
}

.indBoxSeven1 .item .little_tt {
    font-size: 14px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
}

.indBoxSeven1 .item .line {
    width: 30px;
    height: 2px;
    background: #b1b1b0;
    margin: 10px auto 0;
}

.indBoxSeven1 .item .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    padding-top: 14px;
}

.indBoxEight_w {
    padding: 60px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxEight1 {
    width: 756px;
}

.indBoxEight1_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxEight1_dl .item {
    width: calc((100% - 25px) / 2);
    margin-bottom: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight1_dl .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.indBoxEight1_dl .item:hover a .bottom_box .tt {
    color: #f44000;
}

.indBoxEight1_dl .item a {
    display: block;
    padding: 10px;
    background: #ffffff;
}

.indBoxEight1_dl .item a .img_box {
    position: relative;
}

.indBoxEight1_dl .item a .img_box img {
    width: 100%;
}

.indBoxEight1_dl .item a .img_box .img_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 10px 8px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: url(../images/time_bg.png) no-repeat left center / auto 100%;
}

.indBoxEight1_dl .item a .img_box .img_bottom .date {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
}

.indBoxEight1_dl .item a .img_box .img_bottom .eye {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding-left: 20px;
}

.indBoxEight1_dl .item a .img_box .img_bottom .eye .iconfont {
    font-size: 12px;
}

.indBoxEight1_dl .item a .bottom_box {
    padding: 15px 0 15px 0;
}

.indBoxEight1_dl .item a .bottom_box .tt {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight1_dl .item a .bottom_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxEight2 {
    width: 404px;
}

.indBoxEight2_dl {
    border: 1px solid #e6e6e6;
    padding: 15px 10px 15px;
}

.indBoxEight2_dl .item {
    border-bottom: 1px solid #cccccc;
}

.indBoxEight2_dl .item a {
    display: block;
    padding: 25px 0 25px;
}

.indBoxEight2_dl .item a:hover .indBoxEight2_dl_t .icon_text .iconfont,
.indBoxEight2_dl .item a:hover .indBoxEight2_dl_t .icon_text span,
.indBoxEight2_dl .item a:hover .date_box,
.indBoxEight2_dl .item a:hover .indBoxEight2_dl_b .iconfont,
.indBoxEight2_dl .item a:hover .indBoxEight2_dl_b span {
    color: #f44000;
}

.indBoxEight2_dl_t {
    padding-bottom: 15px;
}

.indBoxEight2_dl_t .icon_text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxEight2_dl_t .icon_text .iconfont {
    width: 30px;
    font-size: 20px;
    color: #333333;
    padding-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight2_dl_t .icon_text span {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight2_dl_t .date_box {
    font-family: Arial;
    font-size: 14px;
    color: #999999;
    padding: 6px 0 0 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight2_dl_b {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxEight2_dl_b .iconfont {
    width: 30px;
    font-size: 18px;
    color: #999999;
    padding-top: 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight2_dl_b span {
    width: calc(100% - 30px);
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxEight2_dl>.item:last-child {
    border-bottom: none;
}

.indBoxNine {
    background: url(../images/ind_31.jpg) no-repeat right top;
}

.indBoxNine_w {
    padding: 30px 0 50px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxNine1 {
    width: 544px;
    padding-right: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxNine1_01 img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxNine1_02 {
    text-align: right;
}

.indBoxNine1_02 img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxNine2 {
    width: 656px;
}

.indBoxNine2 .index_module_title .tt_box .tt_01 {
    color: #ffffff;
}

.indBoxNine2 .index_module_title .tt_box .tt_02 {
    color: #cccccc;
}

.indBoxNine2_01 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxNine2_01 .item {
    width: 90px;
    margin-right: 95px;
    margin-bottom: 50px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxNine2_01 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.indBoxNine2_01 .item .iconfont {
    font-size: 89px;
    color: #ff692e;
    text-align: center;
}

.indBoxNine2_01 .item .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
}

.indBoxNine2_01>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxNine2_02 {
    padding: 42px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxNine2_02 .btn_01 {
    width: 160px;
    height: 42px;
    background: #ec5e3c;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxNine2_02 .btn_01 span {
    font-size: 14px;
    color: #ffffff;
}

.indBoxNine2_02 .btn_01 .iconfont {
    font-size: 14px;
    color: #ffffff;
    padding: 2px 0 0 4px;
}

.indBoxNine2_02 .btn_02 {
    width: 42px;
    height: 42px;
    background: #ec5e3c;
    margin-left: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxNine2_02 .btn_02 .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.indBoxTen_w {
    padding: 0 0 60px;
}

.indBoxTen1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxTen1 .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    cursor: pointer;
}

.indBoxTen1>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxTen1 .item:hover .img_box .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxTen1 .item:hover .bottom_box .text {
    color: #f44000;
}

.indBoxTen1 .item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxTen1 .item .img_box .img_01 {
    width: 100%;
}

.indBoxTen1 .item .img_box .all_video_play_btn {
    opacity: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTen1 .item:hover .img_box .all_video_play_btn {
    opacity: 1;
}

.indBoxTen1 .item .bottom_box {
    padding: 12px 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxTen1 .item .bottom_box .text {
    width: calc(100% - 65px);
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTen1 .item .bottom_box .date {
    font-family: Arial;
    width: 65px;
    font-size: 14px;
    color: #999999;
    text-align: right;
}

/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
.public_foot_box {
    background: #0a172b;
}

.footer_box_top {
    border-bottom: 1px solid #6b727c;
}

.footer_box_top_w {
    padding: 25px 0 25px;
}

.footer_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_top_01 .item a {
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.footer_top_01 .item a:hover {
    color: #f44000;
}

.footer_top_01 .item.hover a {
    color: #f44000;
}

.footer_box_center_w {
    padding: 30px 0 15px;
}

.footer_center1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_center1_01 {
    width: 330px;
}

.footer_center1_01 .footer_logo {
    width: 220px;
}

.footer_center1_01 .footer_logo a {
    display: block;
}

.footer_center1_01 .footer_logo a img {
    width: 100%;
}

.footer_center1_01 .text_box {
    font-size: 14px;
    color: #cccccc;
    line-height: 22px;
    padding-top: 20px;
}

.footer_center1_01 .icon_media {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_center1_01 .icon_media a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    margin-right: 20px;
}

.footer_center1_01 .icon_media a:hover {
    color: #f44000;
}

.footer_center1_02 {
    width: 320px;
}

.footer_center1_02 .tt_box {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 30px;
}

.footer_center1_02_dl .item {
    padding-bottom: 6px;
}

.footer_center1_02_dl .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_center1_02_dl .item a:hover .iconfont,
.footer_center1_02_dl .item a:hover span {
    color: #f44000;
}

.footer_center1_02_dl .item a .iconfont {
    width: 35px;
    font-size: 20px;
    color: #999999;
    padding-top: 1px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_center1_02_dl .item a span {
    width: calc(100% - 35px);
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_center1_03 {
    width: 300px;
}

.footer_center1_03 .footer_code {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_center1_03 .footer_code .item {
    width: 134px;
}

.footer_center1_03 .footer_code .item .img_box img {
    width: 100%;
}

.footer_center1_03 .footer_code .item .bottom_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}

.footer_center1_03_form {
    border-radius: 4px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_center1_03_form input {
    width: calc(100% - 80px);
    height: 36px;
    background: #c7c7c7;
    border: none;
    padding: 0 10px 0 15px;
}

.footer_center1_03_form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #666666;
}

.footer_center1_03_form button {
    font-size: 20px;
    color: #ffffff;
    width: 80px;
    height: 36px;
    background: #f05923;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_center1_03_form button:hover {
    opacity: 0.8;
}

.footer_center2 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_center2 .tt_box {
    width: 100px;
    font-size: 14px;
    color: rgba(254, 254, 254, 0.6);
    padding-top: 2px;
}

.footer_center2_dl {
    width: calc(100% - 100px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_center2_dl .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.footer_center2_dl .item a {
    font-size: 14px;
    color: rgba(254, 254, 254, 0.6);
}

.footer_center2_dl .item a:hover {
    color: #f44000;
}

.footer_box_bottom {
    background: #080f19;
}

.footer_box_bottom_w {
    padding: 20px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_box_bottom_w .l_text {
    font-size: 14px;
    color: #999999;
}

.footer_box_bottom_w .r_a {
    font-size: 14px;
    color: #999999;
}

.footer_box_bottom_w .r_a:hover {
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~right nav,css */
/* ~~~~~~~~~~~right nav,css */
/* ~~~~~~~~~~~right nav,css */
.right_float_nav {
    width: 60px;
    position: fixed;
    z-index: 8;
    right: 0;
    top: 35%;
    background: #000000;
}

.right_float_nav .item a {
    position: relative;
    display: block;
    padding: 10px 10px 0 10px;
}

.right_float_nav .item a:hover .text_box {
    color: #f44000;
}

.right_float_nav .item a:hover .hover_show_box {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.right_float_nav .item .text_box {
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #808080;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.right_float_nav .item a .text_box .iconfont {
    font-size: 32px;
    padding-top: 2px;
    line-height: normal;
}

.right_float_nav .item a .hover_show_box {
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translate(110%, 0);
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    height: 100%;
    width: 180px;
    background: #f05923;
    padding: 0 5px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.right_float_nav .item a .hover_show_box .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.right_float_nav .item a .hover_show_box span {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 4px 8px;
}

.right_float_nav > .item:last-child a .text_box {
    border-bottom: none;
}

/* ~~~~~~~~~~~right nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right nav,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~product,css */
/* ~~~~~~~~~~~~product,css */
/* ~~~~~~~~~~~~product,css */
.img_banner_01 {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.proBoxOne_w {
    padding: 65px 0 50px;
}

.proBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxOne1_L {
    width: 285px;
    border: 1px solid #e6e6e6;
    padding: 1px 1px 0;
}

.proBoxOne1_L_01 {
    margin-bottom: 1px;
}

.proBoxOne1_L_01 a {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0 20px;
    background: #000000;
}

.proBoxOne1_L_02 .item {
    margin-bottom: 1px;
}

.proBoxOne1_L_02 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 22px 10px 22px 40px;
    background: #eeeeee;
}

.proBoxOne1_L_02 .item a:hover {
    background: #f05923;
}

.proBoxOne1_L_02 .item a:hover .iconfont,
.proBoxOne1_L_02 .item a:hover span {
    color: #ffffff;
}

.proBoxOne1_L_02 .item a .iconfont {
    width: 30px;
    font-size: 20px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1_L_02 .item a span {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1_L_02 .item.hover a {
    background: #f05923;
}

.proBoxOne1_L_02 .item.hover a .iconfont,
.proBoxOne1_L_02 .item.hover a span {
    color: #ffffff;
}

.proBoxOne1_R {
    width: 894px;
}

.proBoxOne1_R .indBoxTwo1_dl .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
}

.proBoxOne1_R .indBoxTwo1_dl>.item:nth-child(3n) {
    margin-right: 0;
}

.proBoxOne1_R_01 {
    padding-top: 30px;
}

/* 公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 7px;
    background: #f2f2f2;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_paging a.prev,
.public_paging a.next {
    width: 50px;
}

.public_paging a.hover {
    background: #f05923;
    color: #ffffff;
}

.public_paging a:hover {
    background: #f05923;
    color: #ffffff;
}

/* 公用分页~~~~~~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~product,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~product,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~product,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~product_det,css */
/* ~~~~~~~~~~~~~~~product_det,css */
/* ~~~~~~~~~~~~~~~product_det,css */
.crumbs_box_w {
    padding: 35px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.crumbs_box_w .crumbs_icon {
    font-size: 20px;
    color: #cccccc;
}

.crumbs_box_w .crumbs_a {
    font-size: 14px;
    color: #999999;
    padding: 1px 0 0 6px;
}

.crumbs_box_w .crumbs_a a {
    color: #999999;
}

.crumbs_box_w .crumbs_a a:hover {
    color: #f44000;
}

.pro_deBoxOne_w {
    padding: 20px 70px 60px 0;
}

.pro_deBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_L {
    width: 500px;
}

.pro_deOne1_L_01 {
    position: relative;
}

.pro_deOne1_L_01_icon {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    right: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_L_01_icon .icon_01 {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    background: #f44000;
    margin-right: 20px;
}

.pro_deOne1_L_01_icon .icon_02 {
    display: block;
    font-size: 22px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.pro_deOne1_L_01_icon a:hover {
    opacity: 0.8;
}

.pro_deOne1_L_dots {
    padding: 18px 35px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_L_dots .item {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deOne1_L_dots>.item:nth-child(5n) {
    margin-right: 0;
}

.pro_deOne1_L_dots .item img {
    width: 100%;
}

.pro_deOne1_L_dots .item.active {
    border: 2px solid #f44000;
}

.pro_deOne1_R {
    width: 590px;
}

.pro_deOne1_R .big_tt {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    padding-bottom: 25px;
}

.pro_deOne1_R dl dd {
    padding-bottom: 25px;
}

.pro_deOne1_R dl dd div {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    padding-bottom: 6px;
}

.pro_deOne1_R dl dd span {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.pro_deOne1_R_01 {
    background: #f5f5f5;
    padding: 25px 0 25px;
    border-radius: 30px 0 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_R_01 .item {
    width: calc(100% / 3);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deOne1_R_01 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.pro_deOne1_R_01 .item .icon {
    height: 51px;
    text-align: center;
}

.pro_deOne1_R_01 .item .icon img {
    max-height: 100%;
    max-width: 100%;
}

.pro_deOne1_R_01 .item .text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 6px;
}

.pro_deOne1_R_02 {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_R_02 .box_01 a {
    display: block;
    width: 180px;
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #ff4300;
    border-radius: 6px;
}

.pro_deOne1_R_02 .box_01 a:hover {
    opacity: 0.8;
}

.pro_deOne1_R_02 .box_02 {
    margin-left: 50px;
}

.pro_deOne1_R_02 .box_02 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_R_02 .box_02 a .iconfont {
    font-size: 60px;
    color: #f44000;
}

.pro_deOne1_R_02 .box_02 a .right_text {
    padding-left: 6px;
}

.pro_deOne1_R_02 .box_02 a .right_text .text1 {
    font-size: 12px;
    color: #999999;
}

.pro_deOne1_R_02 .box_02 a .right_text .text2 {
    font-weight: 700;
    font-size: 24px;
    color: #f44000;
    padding-top: 4px;
}

.pro_deBoxTwo_w {
    padding: 0 0 60px;
}

.pro_deTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deTwo1_L {
    width: 322px;
    position: relative;
}

.pro_deTwo1_L_dl {
    border: 1px solid #e6e6e6;
    padding: 1px 1px 0;
}

.pro_deTwo1_L_dl .item {
    margin-bottom: 1px;
}

.pro_deTwo1_L_dl .item:hover a {
    background: #f05923;
}

.pro_deTwo1_L_dl .item:hover a .img_01 {
    display: none;
}

.pro_deTwo1_L_dl .item:hover a .img_02 {
    display: block;
}

.pro_deTwo1_L_dl .item:hover a .text {
    color: #ffffff;
}

.pro_deTwo1_L_dl .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 10px 15px 50px;
    background: #e6e6e6;
}

.pro_deTwo1_L_dl .item a img {
    width: 22px;
    margin-top: 3px;
}

.pro_deTwo1_L_dl .item a .img_02 {
    display: none;
}

.pro_deTwo1_L_dl .item a .text {
    width: calc(100% - 22px);
    font-size: 16px;
    color: #333333;
    padding: 2px 0 0 15px;
}

.pro_deTwo1_L_dl .item.hover a {
    background: #f05923;
}

.pro_deTwo1_L_dl .item.hover a .text {
    color: #ffffff;
}

.pro_deTwo1_L_dl .item.hover a .img_01 {
    display: none;
}

.pro_deTwo1_L_dl .item.hover a .img_02 {
    display: block;
}

.pro_deTwo1_R {
    width: 800px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.pro_deTwo1_R img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* ~~~~~~~~~~~~~~~product_det,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~product_det,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~product_det,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~service,css */
.serBoxOne_w {
    padding: 55px 0 60px;
}

.serBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.serBoxOne1 .item {
    position: relative;
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    overflow: hidden;
}

.serBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

.serBoxOne1 .item:hover .hover_show_box {
    top: 0;
    opacity: 1;
}

.serBoxOne1 .item .img_box img {
    width: 100%;
}

.serBoxOne1 .item .img_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 14px 5px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serBoxOne1 .item .hover_show_box {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f94701;
    padding: 30px 20px 0;
    opacity: 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxOne1 .item .hover_show_box .tt {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.serBoxOne1 .item .hover_show_box .text {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 12px;
}

.serBoxOne1 .item .hover_show_box .btn_box {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.serBoxOne1 .item .hover_show_box .btn_box .public_allPage_btn {
    width: 120px;
    height: 36px;
    margin: 0 10px;
}

.serBoxOne1 .item .hover_show_box .btn_box>.public_allPage_btn:nth-child(2) {
    background: none;
    border: 1px solid #ffffff;
}

.serBoxOne1 .item .hover_show_box .btn_box>.public_allPage_btn:nth-child(2) .iconfont,
.serBoxOne1 .item .hover_show_box .btn_box>.public_allPage_btn:nth-child(2) span {
    color: #ffffff;
}

.serBoxTwo {
    background: #eeeeee;
}

.serBoxTwo_w {
    padding: 55px 0 60px;
}

.serBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serBoxTwo1 .item {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxTwo1 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.serBoxTwo1 .item .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.serBoxTwo1 .item .img_box img {
    width: 100%;
}

.serBoxTwo1 .item .text_box {
    position: relative;
    width: 50%;
    background: #ffffff;
    padding: 0 20px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.serBoxTwo1 .item .text_box .tt {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.serBoxTwo1 .item .text_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 16px;
}

.serBoxTwo1 .item .text_box .arrow {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.serBoxTwo1>.item:nth-child(n+3) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.serBoxTwo1>.item:nth-child(n+3) .text_box .arrow {
    left: 100%;
    -ms-transform: translate(0, -50%) rotateZ(180deg);
    -webkit-transform: translate(0, -50%) rotateZ(180deg);
    transform: translate(0, -50%) rotateZ(180deg);
}

.serBoxThree_w {
    padding: 55px 0 55px;
}

.serBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxThree1 .item {
    width: calc(100% / 5);
    border: 1px solid #f05923;
    border-right: none;
    padding: 60px 20px 60px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxThree1 > .item:last-child {
    border-right: 1px solid #f05923;
}

.serBoxThree1 .item:hover {
    background: #f94701;
}

.serBoxThree1 .item:hover .iconfont,
.serBoxThree1 .item:hover .tt,
.serBoxThree1 .item:hover .text {
    color: #ffffff;
}

.serBoxThree1 .item .iconfont {
    font-size: 46px;
    color: #f05923;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxThree1 .item .tt {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxThree1 .item .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~service,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~service,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~service,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~case,css */
.casBoxOne {
    position: relative;
    top: -5px;
}

.casBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.casBoxOne1_L {
    width: 50%;
    height: 20px;
    background: #f44000;
}

.casBoxOne1_R {
    width: 50%;
    height: 20px;
    background: #000000;
}

.casBoxOne2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #f44000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
}

.casBoxOne2 .item {
    width: 160px;
    height: 80px;
    border-right: 1px solid #f44000;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxOne2 > .item:last-child {
    border-right: none;
}

.casBoxOne2 .item:hover {
    background: #f44000;
}

.casBoxOne2 .item:hover a {
    color: #ffffff;
}

.casBoxOne2 .item a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #f44000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.casBoxOne2 .item.hover {
    background: #f44000;
}

.casBoxOne2 .item.hover a {
    color: #ffffff;
}

.casBoxTwo {
    padding: 65px 0 0;
}

.casTwo1_top {
    background: #eeeeee;
}

.casTwo1_top_w {
    padding: 20px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.casTwo1_top_w .iconfont {
    font-size: 60px;
    color: #ff3712;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
}

.casTwo1_top_w .right_box {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.casTwo1_top_w .right_box .tt_01 {
    position: relative;
    font-size: 24px;
    color: #333333;
}

.casTwo1_top_w .right_box .tt_01 .bg_text_box {
    position: absolute;
    right: -5px;
    top: -5px;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 172px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    background: url(../images/case_bg_text.png) no-repeat left center;
    text-align: center;
    padding-left: 10px;
}

.casTwo1_top_w .right_box .tt_02 {
    font-size: 14px;
    color: #999999;
    padding-top: 8px;
}

.casTwo1_bot_w {
    padding: 40px 0 40px;
}

/* ~~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~case_det,css */
/* ~~~~~~~~~~~~case_det,css */
/* ~~~~~~~~~~~~case_det,css */
.cas_deBoxOne_w {
    padding: 45px 0 60px;
}

.cas_deBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.cas_deOne1_L {
    width: 780px;
}

.cas_deOne1_L01 {
    font-weight: 400;
    font-size: 32px;
    color: #333333;
}

.cas_deOne1_L02 {
    padding: 15px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_L02 .item {
    margin-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cas_deOne1_L02 .item .iconfont {
    font-size: 18px;
    color: #999999;
}

.cas_deOne1_L02 .item span {
    font-size: 14px;
    color: #999999;
    padding-left: 6px;
}

.cas_deOne1_L03 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 40px 0 35px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.cas_deOne1_L03 img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.cas_deOne1_L03 a {
    color: #999999;
}

.cas_deOne1_L04 {
    padding-top: 10px;
}

.cas_deOne1_L04 .item {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cas_deOne1_L04 .item .iconfont {
    font-size: 14px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #f44000;
}

.cas_deOne1_L04 .item .text_box {
    width: calc(100% - 24px);
    font-size: 14px;
    color: #333333;
    padding: 2px 0 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.cas_deOne1_L04 .item .text_box a {
    color: #666666;
}

.cas_deOne1_L04 .item .text_box a:hover {
    color: #f44000;
}

.cas_deOne1_R {
    width: 325px;
}

.cas_deOne1_R_01 {
    padding: 0 0 15px 15px;
}

.cas_deOne1_R_01 .phone_box {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_R_01 .phone_box .iconfont {
    width: 70px;
    font-size: 52px;
    color: #f44000;
}

.cas_deOne1_R_01 .phone_box .right_box {
    width: calc(100% - 70px);
}

.cas_deOne1_R_01 .phone_box .right_box .text_01 {
    font-size: 16px;
    color: #666666;
}

.cas_deOne1_R_01 .phone_box .right_box .text_02 {
    font-size: 32px;
    color: #f44000;
}

.cas_deOne1_R_01 .kefu_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_R_01 .kefu_box a .iconfont {
    font-size: 50px;
    color: #f44000;
}

.cas_deOne1_R_01 .kefu_box a .detail_bg_text {
    font-size: 20px;
    color: #f2f2f2;
    text-align: center;
    width: 235px;
    height: 33px;
    line-height: 33px;
    margin-left: 10px;
    background: url(../images/detail_bg_text.png) no-repeat left center;
    padding: 0 0 0 6px;
}

.cas_deOne1_R_02 {
    margin-bottom: 40px;
}

.cas_deOne1_R_02_line {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cas_deOne1_R_02_line .box_01 {
    width: 106px;
    height: 2px;
    background: #de5b2c;
}

.cas_deOne1_R_02_line .box_02 {
    width: 212px;
    height: 2px;
    background: #003399;
}

.cas_deOne1_R_02 .tt_box {
    font-size: 24px;
    color: #333333;
    padding: 10px 0 12px;
}

.cas_deOne1_R_02_dl .item {
    border-bottom: 1px solid #ebebeb;
}

.cas_deOne1_R_02_dl .item a {
    display: block;
    padding: 10px 0 18px;
}

.cas_deOne1_R_02_dl .item a:hover .tt,
.cas_deOne1_R_02_dl .item a:hover .date {
    color: #f44000;
}

.cas_deOne1_R_02_dl .item a .tt {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deOne1_R_02_dl .item a .date {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deOne1_R_03_tt {
    font-size: 24px;
    color: #333333;
    padding: 10px 0 25px;
}

.cas_deOne1_R_03 .indBoxTwo1_dl .item {
    width: 100%;
    margin-right: 0;
}

.cas_deOne1_R_03 .indBoxTwo1_dl .item:hover {
    box-shadow: none;
}

/* ~~~~~~~~~~~~case_det,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~case_det,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~case_det,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~honor,css */
.honBoxOne_w {
    padding: 50px 0 55px;
}

.honBoxOne_w .indBoxSix2 {
    padding: 0;
}

.honBoxOne_w .indBoxSix2 .item {
    margin-bottom: 20px;
}

.honBoxOne1 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~~Solution,css */
.solBoxOne_w {
    padding: 55px 0 15px;
}

.solution_page_title {
    padding-bottom: 30px;
}

.solution_page_title .tt_01 {
    padding: 15px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.solution_page_title .tt_01 img {
    margin-top: 4px;
}

.solution_page_title .tt_01 span {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    padding: 0 12px;
}

.solution_page_title .tt_02 {
    max-width: 820px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    padding-top: 15px;
}

.solBoxTwo2 {
    background: url(../images/solution_05.jpg) no-repeat center center / cover;
}

.solBoxTwo2_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.solBoxTwo2_dl .item {
    width: calc(100% / 4);
    padding: 35px 25px 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solBoxTwo2_dl .item:hover {
    background: #f6f6f6;
}

.solBoxTwo2_dl .item:hover .tt {
    color: #333333;
}

.solBoxTwo2_dl .item:hover .little_tt {
    color: #666666;
}

.solBoxTwo2_dl .item:hover .text {
    color: #333333;
}

.solBoxTwo2_dl .item .iconfont {
    font-size: 50px;
    color: #f44000;
    text-align: center;
}

.solBoxTwo2_dl .item .tt {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solBoxTwo2_dl .item .little_tt {
    font-size: 12px;
    color: #999999;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solBoxTwo2_dl .item .line {
    width: 22px;
    height: 1px;
    background: #aaa9a7;
    margin: 8px auto 0;
}

.solBoxTwo2_dl .item .text {
    font-size: 14px;
    color: #cccccc;
    line-height: 24px;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solBoxThree_w {
    padding: 55px 0 70px;
}

/* ~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~solution_det,css */
/* ~~~~~~~~~~~~~solution_det,css */
/* ~~~~~~~~~~~~~solution_det,css */
.banner_crumbs_box .banner_box {
    height: 384px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sol_deBoxOne_w {
    padding: 50px 0 60px;
}

.sol_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deOne1_01 {
    width: 384px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deOne1_01 .item {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    background: #f5f5f5;
    padding: 35px 15px 35px 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_deOne1_01 .item:hover {
    background: #ff552c;
    color: #ffffff;
}

.sol_deOne1_02 {
    width: 384px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.sol_deOne1_02 img {
    width: 100%;
}

.sol_deOne1_02 img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_deBoxTwo {
    background: #f0f0f0;
}

.sol_deBoxTwo_w {
    padding: 50px 0 60px;
}

.sol_deBoxTwo_w .sol_deOne1 .sol_deOne1_01 .item {
    background: #ffffff;
}

.sol_deBoxTwo_w .sol_deOne1 .sol_deOne1_01 .item:hover {
    background: #ff552c;
}

.sol_deBoxThree_w {
    padding: 55px 0 40px;
}

.sol_deBoxThree1 {
    padding-top: 10px;
}

.sol_deBoxThree1 a {
    width: 200px;
    height: 42px;
    margin: 0 auto;
    background: #ff4010;
    border-radius: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.sol_deBoxThree1 a:hover {
    opacity: 0.8;
}

.sol_deBoxThree1 a .icon1 {
    font-size: 24px;
    color: #ffffff;
    padding-top: 2px;
}

.sol_deBoxThree1 a span {
    font-size: 14px;
    color: #ffffff;
    padding: 0 6px 2px 8px;
}

.sol_deBoxThree1 a .icon2 {
    font-size: 14px;
    color: #ffffff;
}

.sol_deBoxFour {
    background: url(../images/sol_det_03.jpg) no-repeat center center / cover;
}

.sol_deBoxFour_w {
    padding: 60px 0 60px;
}

.sol_deBoxFour_w .subPage_public_tt .tt_01,
.sol_deBoxFour_w .subPage_public_tt .tt_03 {
    color: #ffffff;
}

.sol_deBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sol_deBoxFour1 .item {
    position: relative;
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    overflow: hidden;
}

.sol_deBoxFour1 > .item:nth-child(3n) {
    margin-right: 0;
}

.sol_deBoxFour1 .item:hover .hover_show_box {
    top: 0;
    opacity: 1;
}

.sol_deBoxFour1 .item .img_box img {
    width: 100%;
}

.sol_deBoxFour1 .item .bottom_box {
    font-size: 20px;
    color: #444444;
    text-align: center;
    background: #ffffff;
    padding: 30px 10px 30px;
}

.sol_deBoxFour1 .item .hover_show_box {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f05923;
    padding: 55px 25px 0;
    opacity: 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_deBoxFour1 .item .hover_show_box .text_box {
    display: block;
}

.sol_deBoxFour1 .item .hover_show_box .text_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.sol_deBoxFour1 .item .hover_show_box .text_box .text {
    font-size: 14px;
    color: #fefefe;
    line-height: 26px;
    padding-top: 25px;
}

.sol_deBoxFour1 .item .hover_show_box .btn_box {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sol_deBoxFour1 .item .hover_show_box .btn_box .public_allPage_btn {
    margin: 0 15px;
}

.sol_deBoxFour1 .item .hover_show_box .btn_box .public_allPage_btn:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.sol_deBoxFive_w {
    padding: 55px 0 10px;
}

.sol_deBoxFive1 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deBoxFive1 .item {
    width: calc((100% - 300px) / 3);
    margin-right: 150px;
    margin-bottom: 60px;
}

.sol_deBoxFive1 > .item:nth-child(3n) {
    margin-right: 0;
}

.sol_deBoxFive1 .item:hover .num_box {
    background: #f05923;
}

.sol_deBoxFive1 .item:hover .text {
    color: #f05923;
}

.sol_deBoxFive1 .item .num_box {
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    background: #0a172b;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_deBoxFive1 .item .text {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-top: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_deBoxFive1 .item .img_box {
    padding-top: 15px;
}

.sol_deBoxFive1 .item .img_box img {
    width: 100%;
}

.sol_deBoxSix {
    background: #f0f0f0;
}

.sol_deBoxSix_w {
    padding: 55px 0 40px;
}

.sol_deBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sol_deBoxSix1 .item {
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_deBoxSix1 > .item:nth-child(6n) {
    margin-right: 0;
}

.sol_deBoxSix1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.sol_deBoxSix1 .item img {
    border-image-width: 100%;
}

.sol_deBoxSeven_w {
    padding: 70px 0 70px;
}

/* ~~~~~~~~~~~~~solution_det,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~solution_det,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~solution_det,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
.newBoxOne_w {
    padding: 55px 0 35px;
}

.newBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newBoxOne1 .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
}

.newBoxOne1 > .item:nth-child(3n) {
    margin-right: 0;
}

.newBoxOne1 .item a {
    display: block;
}

.newBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne1 .item a:hover .bottom_box .tt {
    color: #f44000;
}

.newBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1 .item a .img_box img {
    width: 100%;
}

.newBoxOne1 .item a .bottom_box {
    padding: 20px 10px 15px;
}

.newBoxOne1 .item a .bottom_box .tt {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1 .item a .bottom_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxOne1 .item a .bottom_box .date_icon {
    padding-top: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne1 .item a .bottom_box .date_icon .date {
    font-family: Arial;
    font-size: 14px;
    color: #999999;
}

.newBoxOne1 .item a .bottom_box .date_icon .icon_box {
    font-size: 14px;
    color: #999999;
    padding-left: 15px;
}

.newBoxOne1 .item a .bottom_box .date_icon .icon_box .iconfont {
    font-size: 14px;
}

.newBoxTwo_w {
    padding: 10px 0 0;
}

.newBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.newBoxTwo1_L {
    width: 640px;
}

.newBoxTwo1_L a {
    display: block;
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxTwo1_L a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxTwo1_L a img {
    width: 100%;
}

.newBoxTwo1_L a .bottom_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxTwo1_L a .bottom_box .text {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newBoxTwo1_L a .bottom_box .date {
    width: 100px;
    font-size: 14px;
    color: #ffffff;
    text-align: right;
}

.newBoxTwo1_R {
    width: 495px;
}

.newBoxTwo1_R .item {
    margin-bottom: 20px;
}

.newBoxTwo1_R .item a {
    display: block;
}

.newBoxTwo1_R .item a:hover .tt {
    color: #f44000;
}

.newBoxTwo1_R .item a .tt {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1_R .item a .text {
    font-size: 14px;
    color: #666666;
    padding-top: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newBoxTwo1_R .item a .date {
    font-family: Arial;
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
}

.newBoxTwo1_R > .item:last-child {
    margin-bottom: 0;
}

.newBoxThree {
    background: url(../images/news_05.png) no-repeat center center / cover;
}

.newBoxThree_w {
    padding: 140px 0 40px;
}

.newBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newBoxThree1 .item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-bottom: 20px;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxThree1 > .item:nth-child(3n) {
    margin-right: 0;
}

.newBoxThree1 .item:hover {
    background: #f05923;
}

.newBoxThree1 .item a {
    display: block;
    height: 100%;
    padding: 25px 10px 25px 15px;
}

.newBoxThree1 .item a:hover .top_box .tt,
.newBoxThree1 .item a:hover .top_box .date,
.newBoxThree1 .item a:hover .text_box {
    color: #ffffff;
}

.newBoxThree1 .item a .top_box {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxThree1 .item a .top_box .tt {
    width: calc(100% - 80px);
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxThree1 .item a .top_box .date {
    font-family: Arial;
    width: 80px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxThree1 .item a .text_box {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour_w {
    padding: 60px 0 15px;
}

.newBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxFour1 .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
    border-radius: 15px;
    background: #eeeeee;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour1 .item:hover {
    background: #f05923;
}

.newBoxFour1 .item:hover a .top_box .tt,
.newBoxFour1 .item:hover a .top_box .right_icon .icon_text,
.newBoxFour1 .item:hover a .top_box .right_icon .iconfont,
.newBoxFour1 .item:hover a .top_box .right_icon .date,
.newBoxFour1 .item:hover a .bottom_box {
    color: #ffffff;
}

.newBoxFour1 .item a {
    display: block;
    height: 100%;
    padding: 25px 15px 25px 15px;
}

.newBoxFour1 .item a .top_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 12px;
}

.newBoxFour1 .item a .top_box .tt {
    width: calc(100% - 190px);
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour1 .item a .top_box .right_icon {
    width: 190px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour1 .item a .top_box .right_icon .icon_text {
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour1 .item a .top_box .right_icon .icon_text .iconfont {
    font-size: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour1 .item a .top_box .right_icon .date {
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    padding: 2px 0 0 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxFour1 .item a .bottom_box {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~news_list.css */
/* ~~~~~~~~~~~~~~news_list.css */
/* ~~~~~~~~~~~~~~news_list.css */
.new_liBoxOne_w {
    padding: 30px 0 70px;
}

.new_liBoxOne_w .newBoxOne1 .item {
    margin-bottom: 25px;
}

.new_liBoxOne1 {
    padding-top: 10px;
}

.new_liBoxTwo_w {
    padding: 0 0 90px;
}

.new_liBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_liBoxTwo1 .item {
    position: relative;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background: #e6e6e6;
}

.new_liBoxTwo1 > .item:nth-child(4n) {
    margin-right: 0;
}

.new_liBoxTwo1 .item:hover .weixin_code_box {
    display: block;
}

.new_liBoxTwo1 .item a {
    height: 100%;
    padding: 35px 0 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_liBoxTwo1 .item a:hover .iconfont,
.new_liBoxTwo1 .item a:hover span {
    color: #f44000;
}

.new_liBoxTwo1 .item a .iconfont {
    font-size: 32px;
    color: #666666;
    padding: 4px 10px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liBoxTwo1 .item a span {
    font-size: 20px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liBoxTwo1 .item .weixin_code_box {
    display: none;
    position: absolute;
    top: 85px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 102px;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.new_liBoxTwo1 .item .weixin_code_box img {
    width: 100%;
}

.new_liBoxTwo1 .item .weixin_code_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

/* ~~~~~~~~~~~~~~news_list.css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_list.css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_list.css~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~new_faq,css */
/* ~~~~~~~~~~~~~~new_faq,css */
/* ~~~~~~~~~~~~~~new_faq,css */
.faqBoxOne_w {
    padding: 40px 0 70px;
}

.faqBoxOne1 {
    padding-top: 30px;
}

.faqBoxTwo_w {
    padding: 0 0 90px;
}

/* ~~~~~~~~~~~~~~new_faq,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~new_faq,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~new_faq,css~~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~about,css */
.aboBoxOne_w {
    padding: 60px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne1 {
    position: relative;
    width: 680px;
    height: 380px;
    overflow: hidden;
}

.aboBoxOne1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
    cursor: pointer;
}

.aboBoxOne2 {
    width: 500px;
}

.aboBoxOne2 .tt {
    font-size: 24px;
    color: #333333;
    text-align: right;
}

.aboBoxOne2 .little_tt {
    font-size: 18px;
    color: #999999;
    text-align: right;
    padding-top: 10px;
}

.aboBoxOne2 .text {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-top: 25px;
}

.aboBoxTwo {
    background: #f0f0f0;
}

.aboBoxTwo_w {
    padding: 60px 0 60px;
}

.aboBoxTwo1 {
    position: relative;
    overflow: hidden;
    height: 460px;
    padding-top: 20px;
}

.aboBoxTwo1_01 {
    width: 100%;
    overflow-x: auto;
}

.aboBoxTwo1_01 img {
    width: auto;
    max-width: none;
}

.aboBoxTwo1_02 {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 210px;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    background: #f05923;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo1_03 {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 210px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    background: #f05923;
    cursor: pointer;
}

.aboBoxTwo1_03.disabled,
.aboBoxTwo1_02.disabled {
    background: #CDCDCD;
    pointer-events: none;
}

.aboBoxThree_w {
    padding: 60px 0 60px;
}

.aboBoxThree1 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboBoxThree1 .item {
    width: calc(100% / 4);
    border-right: 1px solid #e6e6e6;
    padding: 30px 15px 40px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree1 .item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.aboBoxThree1 .item:hover .iconfont,
.aboBoxThree1 .item:hover .tt {
    color: #f44000;
}

.aboBoxThree1 .item .iconfont {
    font-size: 40px;
    color: #000000;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree1 .item .tt {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-top: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree1 .item .text {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-top: 10px;
}

.aboBoxThree1 > .item:last-child {
    border-right: none;
}

.aboBoxFour {
    background: url(../images/about_02.jpg) no-repeat center center / cover;
}

.aboBoxFour_w {
    padding: 55px 0 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxFour1 {
    width: 700px;
}

.aboBoxFour1 .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.aboBoxFour1 .text {
    font-size: 16px;
    color: #dddddd;
    line-height: 30px;
    padding-top: 20px;
}

.aboBoxFour2 {
    width: 440px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxFour2 .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    background: #ffffff;
    padding: 35px 10px 35px 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour2 .item:hover {
    background: #f05a24;
}

.aboBoxFour2 .item:hover .num,
.aboBoxFour2 .item:hover .text {
    color: #ffffff;
}

.aboBoxFour2 .item .num {
    font-family: Impact;
    font-size: 52px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour2 .item .text {
    font-size: 18px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFive_w {
    padding: 60px 0 40px;
}

/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */












.pc_head_search_media .media_icon .head_weixin_code {
    position: relative;
}

.pc_head_search_media .media_icon .head_weixin_code:hover {
    opacity: 1;
}

.pc_head_search_media .media_icon .head_weixin_code:hover .head_bot_weixin_code {
    display: block;
}

.pc_head_search_media .media_icon .head_bot_weixin_code {
    top: 45px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.head_bot_weixin_code {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100px;
    background: #ffffff;
    padding: 5px 0 10px;
    border-radius: 6px;
}

.head_bot_weixin_code img {
    width: 100%;
}

.head_bot_weixin_code .bottom_text {
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding: 0 4px;
}

.head_bot_weixin_code::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

.pc_head_search_media .media_icon .head_bot_weixin_code::after {
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%,-100%);
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
}

.foot_weixin_code {
    position: relative;
}

.foot_weixin_code:hover .head_bot_weixin_code {
    display: block;
}

.foot_weixin_code .head_bot_weixin_code {
    bottom: 40px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.foot_weixin_code .head_bot_weixin_code::after {
    left: 50%;
    bottom: 0;
    -ms-transform: rotateZ(180deg) translate(50%, -100%);
    -webkit-transform: rotateZ(180deg) translate(50%, -100%);
    transform: rotateZ(180deg) translate(50%, -100%);
}










